home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / ADDPROP.DFM / ADDPROP.txt
Text File  |  1996-05-27  |  19KB  |  511 lines

  1. object AddPropertiesForm: TAddPropertiesForm
  2.   Left = 230
  3.   Top = 98
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Browse properties for '
  7.   ClientHeight = 376
  8.   ClientWidth = 486
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SrcLabel: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 173
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = 'Available properties:'
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     IsControl = True
  34.   end
  35.   object DstLabel: TLabel
  36.     Left = 304
  37.     Top = 8
  38.     Width = 181
  39.     Height = 16
  40.     AutoSize = False
  41.     Caption = 'Properties to change:'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     IsControl = True
  48.   end
  49.   object ExcludeBtn: TSpeedButton
  50.     Left = 188
  51.     Top = 65
  52.     Width = 101
  53.     Height = 24
  54.     Caption = '<< &REMOVE<<'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     OnClick = ExcludeBtnClick
  61.     IsControl = True
  62.   end
  63.   object IncludeBtn: TSpeedButton
  64.     Left = 188
  65.     Top = 32
  66.     Width = 101
  67.     Height = 24
  68.     Caption = '>> &INSERT >>'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     OnClick = IncludeBtnClick
  75.     IsControl = True
  76.   end
  77.   object ExpandBtn: TSpeedButton
  78.     Left = 188
  79.     Top = 124
  80.     Width = 101
  81.     Height = 24
  82.     Caption = 'E&xpand All'
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     OnClick = ExpandBtnClick
  89.     IsControl = True
  90.   end
  91.   object NewString: TSpeedButton
  92.     Left = 300
  93.     Top = 276
  94.     Width = 97
  95.     Height = 24
  96.     Caption = '&New string'
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     OnClick = NewStringClick
  103.     IsControl = True
  104.   end
  105.   object OKBtn: TBitBtn
  106.     Left = 224
  107.     Top = 332
  108.     Width = 77
  109.     Height = 27
  110.     Caption = '&OK'
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ParentFont = False
  116.     TabOrder = 0
  117.     OnClick = OKBtnClick
  118.     Kind = bkOK
  119.     Margin = 2
  120.     Spacing = -1
  121.     IsControl = True
  122.   end
  123.   object CancelBtn: TBitBtn
  124.     Left = 308
  125.     Top = 332
  126.     Width = 77
  127.     Height = 27
  128.     Caption = '&Cancel'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 1
  135.     Kind = bkCancel
  136.     Margin = 2
  137.     Spacing = -1
  138.     IsControl = True
  139.   end
  140.   object HelpBtn: TBitBtn
  141.     Left = 392
  142.     Top = 332
  143.     Width = 77
  144.     Height = 27
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = []
  149.     ParentFont = False
  150.     TabOrder = 2
  151.     OnClick = HelpBtnClick
  152.     Kind = bkHelp
  153.     Margin = 2
  154.     Spacing = -1
  155.     IsControl = True
  156.   end
  157.   object SrcList: TOutline
  158.     Left = 12
  159.     Top = 44
  160.     Width = 169
  161.     Height = 221
  162.     ItemHeight = 14
  163.     Font.Color = clBlack
  164.     Font.Height = -12
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = []
  167.     Color = clBtnFace
  168.     TabOrder = 3
  169.     OnClick = SrcListClick
  170.     OnDblClick = SrcListDblClick
  171.     ItemSeparator = '/'
  172.     ParentFont = False
  173.     ParentShowHint = False
  174.     ShowHint = False
  175.   end
  176.   object DstList: TOutline
  177.     Left = 300
  178.     Top = 44
  179.     Width = 169
  180.     Height = 221
  181.     ItemHeight = 14
  182.     Font.Color = clBlack
  183.     Font.Height = -12
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     Color = clBtnFace
  187.     TabOrder = 4
  188.     OnClick = DstListClick
  189.     OnDblClick = DstListDblClick
  190.     ItemSeparator = '/'
  191.     ParentFont = False
  192.     ParentShowHint = False
  193.     ShowHint = False
  194.   end
  195.   object GroupBox1: TGroupBox
  196.     Left = 12
  197.     Top = 276
  198.     Width = 169
  199.     Height = 89
  200.     Caption = 'Property filter:'
  201.     Font.Color = clBlack
  202.     Font.Height = -11
  203.     Font.Name = 'MS Sans Serif'
  204.     Font.Style = []
  205.     ParentFont = False
  206.     TabOrder = 5
  207.     object CaptionCheckBox: TCheckBox
  208.       Left = 12
  209.       Top = 16
  210.       Width = 69
  211.       Height = 17
  212.       Caption = 'Caption'
  213.       Font.Color = clBlack
  214.       Font.Height = -11
  215.       Font.Name = 'MS Sans Serif'
  216.       Font.Style = []
  217.       ParentFont = False
  218.       State = cbChecked
  219.       TabOrder = 0
  220.       OnClick = CaptionCheckBoxClick
  221.     end
  222.     object HintCheckBox: TCheckBox
  223.       Left = 12
  224.       Top = 36
  225.       Width = 69
  226.       Height = 17
  227.       Caption = 'Hint'
  228.       Font.Color = clBlack
  229.       Font.Height = -11
  230.       Font.Name = 'MS Sans Serif'
  231.       Font.Style = []
  232.       ParentFont = False
  233.       State = cbChecked
  234.       TabOrder = 1
  235.       OnClick = HintCheckBoxClick
  236.     end
  237.     object ItemsCheckBox: TCheckBox
  238.       Left = 76
  239.       Top = 16
  240.       Width = 69
  241.       Height = 17
  242.       Caption = 'Items'
  243.       Font.Color = clBlack
  244.       Font.Height = -11
  245.       Font.Name = 'MS Sans Serif'
  246.       Font.Style = []
  247.       ParentFont = False
  248.       State = cbChecked
  249.       TabOrder = 2
  250.       OnClick = ItemsCheckBoxClick
  251.     end
  252.     object AllCheckBox: TCheckBox
  253.       Left = 76
  254.       Top = 36
  255.       Width = 69
  256.       Height = 17
  257.       Caption = 'All'
  258.       Font.Color = clBlack
  259.       Font.Height = -11
  260.       Font.Name = 'MS Sans Serif'
  261.       Font.Style = []
  262.       ParentFont = False
  263.       TabOrder = 3
  264.       OnClick = AllCheckBoxClick
  265.     end
  266.     object FilterName: TEdit
  267.       Left = 28
  268.       Top = 60
  269.       Width = 85
  270.       Height = 21
  271.       MaxLength = 51
  272.       TabOrder = 4
  273.     end
  274.     object UserCheckBox: TCheckBox
  275.       Left = 12
  276.       Top = 60
  277.       Width = 13
  278.       Height = 17
  279.       TabOrder = 5
  280.       OnClick = UserCheckBoxClick
  281.     end
  282.   end
  283.   object SrcValue: TEdit
  284.     Left = 12
  285.     Top = 24
  286.     Width = 169
  287.     Height = 21
  288.     Color = clBtnFace
  289.     ReadOnly = True
  290.     TabOrder = 6
  291.   end
  292.   object DstValue: TEdit
  293.     Left = 300
  294.     Top = 24
  295.     Width = 169
  296.     Height = 21
  297.     Color = clBtnFace
  298.     ReadOnly = True
  299.     TabOrder = 7
  300.   end
  301.   object MultLang1: TMultLang
  302.     Left = 204
  303.     Top = 168
  304.     Width = 65
  305.     Height = 22
  306.     AlignIcon = alLeft
  307.     AlignText = alLeft
  308.     IconMargin = 1
  309.     ItemHeight = 16
  310.     Items.Strings = (
  311.       'English'
  312.       'Swedish'
  313.       'Dutch'
  314.       'Indonesian'
  315.       'Danish'
  316.       'German')
  317.     ShowIcons = False
  318.     Text = 'English'
  319.     ResizeIcon = False
  320.     TextMargin = 5
  321.     DefaultLanguage = 'English'
  322.     LanguagesData = {
  323.       06373238353834000001000000000007456E676C697368000001000000010007
  324.       53776564697368000001000000020005447574636800000100000003000A496E
  325.       646F6E657369616E00000100000004000644616E697368000001000000050006
  326.       4765726D616E000000000100010000000B45267870616E6420416C6C094D756C
  327.       744C616E67311123457870616E6442746E5F457870616E64FFFF010001000000
  328.       0D43266F6C6C6170736520416C6C094D756C744C616E67311323457870616E64
  329.       42746E5F436F6C6C61707365FFFF010001000000174E65772075736572206465
  330.       66696E656420737472696E67094D756C744C616E673110234E6577537472696E
  331.       675F5469746C65FFFF0100010000000A4964656E746966696572094D756C744C
  332.       616E67310F234E6577537472696E675F4E616D65FFFF0100010003000F26456B
  333.       7370616E73692053656D7561094D756C744C616E67311123457870616E644274
  334.       6E5F457870616E64FFFF0100010003000F264B6F6D70726573692053656D7561
  335.       094D756C744C616E67311323457870616E6442746E5F436F6C6C61707365FFFF
  336.       0100010003001B52616E676B6169616E2062617275206F6C65682070656D616B
  337.       6169094D756C744C616E673110234E6577537472696E675F5469746C65FFFF01
  338.       00010003000E4E616D612072616E676B6169616E094D756C744C616E67310F23
  339.       4E6577537472696E675F4E616D65FFFF0100010003001553696661742D736966
  340.       61742074657273656469613A085372634C6162656C0743617074696F6EFFFF01
  341.       00010003001353696661742079616E6720626572756261683A084473744C6162
  342.       656C0743617074696F6EFFFF0100010003000C3C3C20264841505553203C3C0A
  343.       4578636C75646542746E07436170746